.enterprise .none {
  height: 100px;
}

.iconTit {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding-left: 8px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* .iconTit::before {
  content: " ";
  width: 3px;
  height: 18px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  background: var(--main-color);
} */

/* 轮播部分 */
.bannerBox {
  position: relative;
}

.bannerBox .banner {
  width: 100%;
  height: 480px;
  position: relative;
  z-index: 1;
}

.bannerBox .banner .swiper-slide a {
  display: block;
}

.bannerBox .banner .swiper-slide img {
  height: 480px;
}

.bannerBox .banner .swiper-slide video {
  width: 100%;
  height: 480px;
}

.bannerBox .banner .swiper-slide video::-webkit-media-controls-enclosure {
  display: none;
}


.voice {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

.voice input[type="image"] {
  width: 100%;
  height: 100%;
}

.shengyinkai {
  display: none;
}

.bannerBox .banner .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.1;
}

.bannerBox .banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.bannerBox .first {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: none;
}

.bannerBox .first .position {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.bannerBox .first .left {
  width: 236px;
  height: 480px;
  /* background: url("../img/imgbg.png") #fff; */
  /* opacity: 0.75; */
  background: rgba(0, 0, 0, 0.75);
  pointer-events: auto;
  overflow-y: scroll;
  direction: rtl;
}

.bannerBox .first .left::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.75);
}

.bannerBox .first .left::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #BE0022;
}

.bannerBox .first .left::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.bannerBox .first .left>.list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  direction: ltr;
}

.bannerBox .first .left>.list>.item {
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  cursor: pointer;
}

.bannerBox .first .left>.list>.item>div:first-child {
  border-bottom: 1px dashed rgba(235, 235, 235, 0.75);
  /* margin: 0px 13px */
  margin-right: 13px;
}

.bannerBox .first .left>.list>.item>div:first-child a {
  display: block;
  padding: 22px 0px;
}

.bannerBox .first .left>.list.one>.item:last-child>div:first-child {
  border-bottom: none;
}

.bannerBox .first .left>.list.two>.item:nth-last-child(-n+2)>div:first-child {
  border-bottom: none;
}

/* .bannerBox .first .left>.list>.item:nth-child(2n) {
  border-left: 1px dashed rgba(235,235,235,0.75);
} */

.bannerBox .first .left>.list>.item>div>a>img {
  width: 20px;
  height: 19px;
  margin: 0 auto;
  display: block;
  margin-bottom: 13px;
}


.bannerBox .first .left .list .item .secondary {
  display: none;
  position: absolute;
  background: #fff;
  width: 800px;
  height: 480px;
  left: 100%;
  top: 0;
  z-index: 11;
  padding: 42px 20px;
  overflow-y: auto;
  border: 1px solid var(--main-color);
}

.bannerBox .first .left .list .item:nth-child(even) .secondary {
  width: 757px;
}

.bannerBox .first .left .list .item:nth-child(odd) .secondary {
  width: 875px;
}

@media screen and (max-width: 1400px) {
  .bannerBox .first .left .list .item:nth-child(even) .secondary {
    width: 678px;
  }

  .bannerBox .first .left .list .item:nth-child(odd) .secondary {
    width: 796px;
  }
}

.bannerBox .first .left .list .item .secondary::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

.bannerBox .first .left .list .item .secondary::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #BE0022;
}

.bannerBox .first .left .list .item .secondary::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.bannerBox .first .left .list .item:nth-child(2n) .secondary {
  left: 236px;
}

.bannerBox .first .left .list .item:nth-child(2n -1) .secondary {
  left: 118px;
}

.bannerBox .first .left>.list>.item:hover>div {
  color: rgba(255, 255, 255, 1);
}

.bannerBox .first .left .list .item:hover .secondary {
  display: block;
}

.bannerBox .first .left .list .item .secondary .list {
  display: grid;
  grid-template-columns: repeat(5, 126px);
  gap: 65px 30px;
}

.bannerBox .first .left .list .item:nth-child(even) .secondary .list {
  grid-template-columns: repeat(4, 126px);
}

.bannerBox .first .left .list .item .secondary .list .item img {
  width: 126px;
  height: 47px;
}

.bannerBox .first .left .list .item .secondary .list .item {
  font-size: 14px;
  color: #666666;
  text-align: center;
  cursor: pointer;
}

.bannerBox .first .left .list .item .secondary .list .item:hover {
  color: var(--main-color);
}

.bannerBox .first .right {
  width: 286px;
  background: #fff;
  height: 476px;
  pointer-events: auto;
  margin-top: 2px;
  border-radius: 5px;
}

.bannerBox .first .right .top {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

.bannerBox .first .right .top .userInfo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #333;
  font-size: 14px;
  flex-direction: column;
  padding-bottom: 10px;
}

.bannerBox .first .right .top .image {
  width: 56px;
  height: 56px;
  margin: 10px;
  position: relative;
}

.bannerBox .first .right .top .image a {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 28px;
}

.bannerBox .first .right .top .image img {
  width: 56px;
  height: 56px;
  border-radius: 28px;
}

.bannerBox .first .right .top .Info {
  max-width: 80%;
}

.bannerBox .first .right .top .image .postionStye {
  width: 80px;
  border-radius: 0;
  height: auto;
  position: absolute;
  left: -23%;
  bottom: -10px;
}

.bannerBox .first .right .top .buttonBox {
  padding: 0 40px;
  display: flex;
  justify-content: space-around;
  font-size: 14px;
}

.bannerBox .first .right .top .button {
  width: 88px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  /* margin: 0 auto; */
}

.bannerBox .first .right .top .button a {
  display: block;
  width: 100%;
}


.bannerBox .first .right .top .button.login,
.bannerBox .first .right .top .button.goUser {
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
}

.bannerBox .first .right .top .button.outlogin,
.bannerBox .first .right .top .button.regire {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  background: #fff;
}

.bannerBox .first .right .bottom .titleB {
  font-size: 14px;
  color: var(--main-color);
  /* padding: 0px 15px 0px 15px; */
  line-height: 24px;
  font-weight: bolder;
}

.bannerBox .first .right .bottom .list .item {
  background: #f4f4f4;
  margin: 0 15px;
  margin-top: 15px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  cursor: pointer;
}

.bannerBox .first .right .bottom .list .item .text {
  width: 171px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #666666;
}

.bannerBox .first .right .bottom .list .item .image {
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.bannerBox .first .right .bottom .swiper {
  width: calc(100% - 30px);
  background: none;
  height: 100%;
  margin: 0px 15px 0px 15px;
  margin-top: 20px;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.bannerBox .first .right .bottom .swiper-pagination {
  right: 0 !important;
  left: 0 !important;
  margin: 0 auto;
  max-width: 80% !important;
  bottom: 10px !important;
  transform: translateX(0%) !important;
}

.bannerBox .first .right .bottom .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 10px;
  height: 2px;
  border-radius: 0;
  margin-right: 4px;
}

.bannerBox .first .right .bottom .swiper-pagination .swiper-pagination-bullet-active {
  background: #BE0022 !important;
}

.bannerBox .first .right .bottom .swiper-pagination-bullet {
  border: none !important;
  background-color: #bcb9b5;
}

.bannerBox .first .right .bottom .swiper-slide a {
  width: 120px;
  height: 100%;
  display: block;
}

.bannerBox .first .right .bottom .swiper-slide a .img-center {
  width: 120px;
  height: 120px;
  margin: auto;
}

.bannerBox .first .right .bottom .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerBox .first .right .bottom .swiper-slide a .tit {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  min-height: 28px;
  font-size: 14px;
  color: #666666;
  padding: 5px 0;
  width: 100%;
  padding-bottom: 4px;
  box-sizing: border-box;
  height: 28px;
}

.bannerBox .first .right .bottom .swiper-slide a .money {
  color: var(--main-color);
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
}

.bannerBox .first .right .bottom .swiper-slide .company {
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}

.first {
  display: flex;
  justify-content: space-between;
}

.first .left {
  width: 236px;
  height: 446px;
  /* background: url("../img/imgbg.png") #fff; */
  background: rgba(0, 0, 0, 0.75)
}

.first .left>.list>.item {
  text-align: center;
  color: #fff;
  font-size: 14px;
  /* padding: 16px 0px 20px 0px; */
  /* border-bottom: 1px dashed #ececec; */
  cursor: pointer;
}

/* .first .left>.list>.item:nth-child(-2n - 1) {
  border-bottom: none;
} */

.first .left>.list>.item:nth-child(2n - 1)>div:first-child {
  border-right: 1px dashed rgba(235, 235, 235, 0.75);
  margin-right: 0px;
  margin-left: 13px;
}

.first .left>.list>.item>div>a>img {
  width: 20px;
  height: 19px;
  margin: 0 auto;
  display: block;
  margin-bottom: 13px;
}

.first .left .list .item .secondary {
  display: none;
  position: absolute;
  background: #fff;
  width: 800px;
  height: 446px;
  left: 100%;
  top: 0;
  z-index: 11;
  padding: 42px 20px;
  overflow-y: auto;
  border: 1px solid var(--main-color);
}

.first .left .list .item:nth-child(2n) .secondary {
  left: 100%;
}

.first .left .list .item:nth-child(2n -1) .secondary {
  left: 50%;
}

.first .left>.list>.item:hover>div {
  color: var(--main-color);
}

.first .left .list .item:hover .secondary {
  display: block;
}

.first .left .list .item .secondary .list {
  display: grid;
  grid-template-columns: repeat(5, 126px);
  gap: 65px 30px;
}

.first .left .list .item .secondary .list .item img {
  width: 126px;
  height: 47px;
}

.first .left .list .item .secondary .list .item {
  font-size: 14px;
  color: #666666;
  text-align: center;
  cursor: pointer;
}

.first .left .list .item .secondary .list .item:hover {
  color: var(--main-color);
}

.first .banner {
  width: calc(100% - 286px - 20px - 236px);
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  height: 480px;
}

.first .banner .swiper-slide a {
  display: block;
}

.first .banner .swiper-slide img {
  height: 480px;
}

.first .banner .swiper-slide video {
  width: 100%;
  height: 480px;
}

/*隐藏视频所有控件*/
.first .banner .swiper-slide video::-webkit-media-controls-enclosure {
  display: none;
}


.voice {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

.voice input[type="image"] {
  width: 100%;
  height: 100%;
}

.shengyinkai {
  display: none;
}

.first .banner .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.1;
}

.first .banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}


.bannerBox .banner .swiper-button-prev,
.bannerBox .banner .swiper-button-next,
.enterpriseSwiper .swiper-button-prev,
.enterpriseSwiper .swiper-button-next,
.recommend>div .swiper .swiper-button-prev,
.recommend>div .swiper .swiper-button-next {
  width: 26px;
  height: 38px;
  border-radius: 0px 1px 1px 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 9;
}

.bannerBox .banner .swiper-button-prev:hover,
.bannerBox .banner .swiper-button-next:hover,
.enterpriseSwiper .swiper-button-prev:hover,
.enterpriseSwiper .swiper-button-next:hover,
.recommend>div .swiper .swiper-button-prev:hover,
.recommend>div .swiper .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.bannerBox .banner .swiper-button-prev,
.enterpriseSwiper .swiper-button-prev,
.recommend>div .swiper .swiper-button-prev {
  border-radius: 0px 5px 5px 0px;
  left: 0%;
}


.swiper-button-prev:after,
.swiper-button-next:after {
  content: '';
}

.bannerBox .banner .swiper-button-prev,
.enterpriseSwiper .swiper-button-prev,
.recommend>div .swiper .swiper-button-prev {
  background: rgba(0, 0, 0, 0.25) url(https://style.51caigou.com/mall/img/jt_left.png) no-repeat center center;
  background-size: 9px auto;
}

.bannerBox .banner .swiper-button-next,
.enterpriseSwiper .swiper-button-next,
.recommend>div .swiper .swiper-button-next {
  background: rgba(0, 0, 0, 0.25) url(https://style.51caigou.com/mall/img/jt_right.png) no-repeat center center;
  background-size: 9px auto;
}

.bannerBox .banner .swiper-button-next,
.enterpriseSwiper .swiper-button-next,
.recommend>div .swiper .swiper-button-next {
  border-radius: 5px 0px 0px 5px;
  right: 0%;
}

.bannerBox .banner .swiper-button-prev {
  left: 50%;
  margin-left: -404px
}

.bannerBox .banner .swiper-button-next {
  right: 50%;
  margin-right: -353px;
}

@media screen and (max-width: 1400px) {
  .bannerBox .banner .swiper-button-prev {
    left: 50%;
    margin-left: -364px
  }

  .bannerBox .banner .swiper-button-next {
    right: 50%;
    margin-right: -314px;
  }
}


.first .right {
  width: 286px;
  /* margin-top: 10px; */
  background: #fff;
  height: 480px;
}

.first .right .top {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

.first .right .top .userInfo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #333;
  font-size: 16px;
}

.first .right .top .image {
  width: 56px;
  height: 56px;
  margin: 15px;
}

.first .right .top .image img {
  width: 56px;
  height: 56px;
  border-radius: 28px;
}

.first .right .top .button {
  width: 242px;
  height: 36px;
  line-height: 36px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  /* margin: 0 auto; */
}

.first .right .top .button.login {
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
}

.first .right .top .button.outlogin {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  background: #fff;
}

.first .right .bottom {
  border-bottom: 1px solid #ECECEC;
  margin: 0px 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.first .right .bottom .titleB {
  font-size: 16px;
  color: var(--main-color);
  /* padding: 0px 15px 0px 15px; */
  line-height: 24px;
  font-weight: bolder;
  margin-bottom: 10px;
}

.first .right .bottom .titleB img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 5px;
}

.first .right .bottom .listI {
  max-height: 135px;
  /* overflow-x: scroll; */
  /* overflow-y: scroll; */
  overflow: hidden;
  padding: 0;
  /* margin: 20px; */
}

.first .right .bottom .listI p {
  /* display: block; */
  /* padding: px 0px 5px 0px; */
  line-height: 18px;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  color: #666;
}

.first .right .bottom .listI p a {
  position: relative;
  padding-left: 15px;
  height: 28px;
  display: block;
}

.first .right .bottom .listI p a:before {
  content: ' ';
  background: #E6E6E6;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}

.first .right .bottom .listI a:hover {
  color: var(--main-color);
}

.first .right .advertisement {
  display: block;
  margin: 0 15px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
}

/* .first .right .bottom .list .item {
  background: #f4f4f4;
  margin: 0 15px;
  margin-top: 15px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  cursor: pointer;
}

.first .right .bottom .list .item .text {
  width: 171px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #666666;
}

.first .right .bottom .list .item .image {
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.first .right .bottom .swiper {
  width: calc(100% - 30px);
  background: none;
  height: 100%;
  margin: 0px 15px 0px 15px;
  margin-top: 20px;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.first .right .bottom .swiper-pagination {
  right: 0 !important;
  left: 0 !important;
  margin: 0 auto;
  max-width: 80% !important;
  bottom: 10px !important;
  transform: translateX(0%) !important;
}

.first .right .bottom .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 10px;
  height: 2px;
  border-radius: 0;
  margin-right: 4px;
}

.first .right .bottom .swiper-pagination .swiper-pagination-bullet-active {
  background: #BE0022 !important;
}

.first .right .bottom .swiper-pagination-bullet {
  border: none !important;
  background-color: #bcb9b5;
}

.first .right .bottom .swiper-slide a {
  width: 120px;
  height: 100%;
  display: block;
}

.first .right .bottom .swiper-slide a .img-center {
  width: 120px;
  height: 120px;
  margin: auto;
}

.first .right .bottom .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first .right .bottom .swiper-slide a .tit {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  min-height: 28px;
  font-size: 14px;
  color: #666666;
  padding: 5px 0;
  width: 100%;
  padding-bottom: 4px;
  box-sizing: border-box;
  height: 28px;
}

.first .right .bottom .swiper-slide a .money {
  color: var(--main-color);
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
}

.first .right .bottom .swiper-slide .company {
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
} */

.bottom .none {
  font-size: 12px;
  color: #999999;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* bannerå³ä¾§  end */


/* 通告 start */

@keyframes Animation {
  0% {
    transform: translateX(50%);
    /* transform: translateX(200px); */
  }

  100% {
    transform: translateX(-100%);
  }
}

.Notice {
  margin: 15px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.broadcast {
  width: calc(100%);
  /* margin: 15px auto; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* overflow: hidden; */
}

.broadcast img {
  /* width: 80%; */
  width: 22px;
  height: 22px;
}

.broadcast .over {
  overflow: hidden;
  /* width: 1000px; */
  width: calc(100% - 30px);
}


.broadcast .animation {
  animation: Animation 50s linear infinite;
}

.Notice .broadcast .animation div {
  width: max-content;
  font-size: 14px;
  margin-right: 30px;
  color: #666666;
}

.Notice .broadcast .animation div a {
  color: inherit;
}

/* .broadcast .animation div:nth-child(1) {
  width: 150px;
} */

.Notice .broadcast div {
  display: flex;
  align-items: center;
}

.Notice .broadcast div span {
  padding-right: 5px;
}

/* 鼠标经过暂停动画 */
.Notice .broadcast:hover .animation {
  animation-play-state: paused;
}

.Notice .broadcast:hover .animation div:hover {
  color: var(--main-color);
}

/* 通告  end */

/* 页面入口 start */
.sort {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
  margin-top: 30px;
}

.sort .item {
  width: calc(25% - 10px);
  position: relative;
  transition: width 0.6s;
  /* 宽度变化效果，过渡时间为1秒 */
}

.sort .item a {
  display: block;
}

.sort .item.hover {
  width: 50%;
}

.sort .item img {
  height: 342px;
}

.sort .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: fit-content;
  color: #fff;
  padding: 0 11px 23px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.sort .item .text .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.sort .item .text .content {
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
}

.sort .item .text .Todetail {
  width: 104px;
  height: 41px;
  line-height: 41px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  display: none;
}

.sort .item .text .Todetail img {
  width: 23px;
  height: 23px;
  vertical-align: middle;
}

.sort .item.hover .Todetail {
  display: block;
}


/* 页面入口  end */


/* 热门企业 start */
.enterprise .content {
  padding: 20px 0;
  background: #fff;
  border-radius: 5px;
}

.enterprise .content .country {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #dedede;
  line-height: 40px;
  width: calc(100% - 40px);
  margin: 0 20px;
}

.enterprise .content .country .item {
  margin-left: 20px;
  position: relative;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  padding: 0 30px;
}

.enterprise .content .country .item.active {
  color: var(--main-color);
}

.enterprise .content .country .item.active span {
  width: fit-content;
  display: inline-block;
  position: relative;
}

.enterprise .content .country .item.active span::before {
  content: ' ';
  width: 100%;
  height: 1px;
  background: var(--main-color);
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.enterprise .content .country .item:first-child {
  margin-left: 0px;
}

.enterprise .content .country .item::after {
  content: " ";
  height: 16px;
  width: 1px;
  background: #dedede;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  right: auto;
  left: -10px;
}

.enterprise .content .country .item:first-child:after {
  display: none;
}

.enterprise .content .enterpriseSwiper {
  padding: 30px 20px 30px 20px;
  position: relative;
}

.enterprise .content .enterpriseSwiper .swiper {
  height: 156px;
}

.enterprise .content .enterpriseSwiper .swiper-slide {
  position: relative;
  height: 70px;
}

.enterprise .content .enterpriseSwiper .swiper-slide:after {
  content: " ";
  width: 1px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  left: auto;
  right: 0px;
  background: #ececec;
}

.enterprise .content .enterpriseSwiper .swiper-slide a {
  display: block;
}

.enterprise .content .enterpriseSwiper .swiper-slide img {
  width: 189px;
  height: 70px;
  margin: 0 auto;
  display: block;
}

.enterprise .content .enterpriseSwiper .swiper-slide:nth-child(5n)::after,
.enterprise .content .enterpriseSwiper .swiper-slide:last-child::after {
  display: none;
}

.enterprise .content .swiper-pagination1,
.enterprise .content .swiper-pagination-clickable,
.enterprise .content .swiper-pagination-bullets {
  text-align: center;
  margin-top: 17px;
}

.enterprise .content .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  /* background: #E2E2E2; */
  opacity: 0.1;
}

.enterprise .content .swiper-pagination-bullet-active {
  background: var(--main-color);
  opacity: 1;
}

.enterprise .content .enterpriseSwiper .swiper-slide image {
  width: 100%;
  height: 47px;
}

.enterprise .none {
  height: 100%;
}

/* 热门企业结束 */
/* 最新上架 */
.New .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.New .top .item {
  padding: 25px 48px 25px 25px;
  background: white;
  display: flex;
  justify-content: space-between;
  width: calc(50% - 5px);
}

.New .top .item .image {
  width: 240px;
  height: 240px;
  overflow: hidden;
}

.New .top .item .content {
  width: calc(100% - 240px - 38px);
  padding-top: 25px;
}

.New .top .item .content .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  height: 56px;
}

.New .top .item .content .money {
  color: var(--main-color);
  font-weight: bold;
  font-size: 22px;
  padding-top: 20px;
}

.New .top .item .content .company {
  margin-top: 28px;
  font-size: 14px;
  color: #999999;
}

.New .top .item .content .toDetail {
  width: 99px;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  border: 1px solid var(--main-color);
  font-size: 14px;
  text-align: center;
  color: var(--main-color);
  cursor: pointer;
}

.New .bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  /* gap: 10px; */
  grid-gap: 10px;
}

.New .bottom .item {
  width: 100%;
  padding: 20px 20px 20px 20px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.New .bottom .item .image {
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.New .bottom .item .content {
  width: calc(100% - 170px);
  padding-top: 24px;
}

.New .bottom .item .content .title {
  color: #333;
  font-size: 16px;
}

.New .bottom .item .content .money {
  color: var(--main-color);
  font-weight: bold;
  margin-top: 12px;
  line-height: 17px;
}

.New .bottom .item .content .company {
  font-size: 12px;
  color: #999999;
  margin-top: 12px;
}

.New .bottom .item .content .flex {
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.New .bottom .item .content .flex .typeList {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-top: 12px;
}

.New .bottom .item .content .flex .typeList span {
  margin-bottom: 5px;
}

.New .bottom .item .content .flex .contact {
  width: 75px;
  height: 22px;
  line-height: 22px;
  border-radius: 4px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 12px;
  text-align: center;
  margin-top: 12px;
}

.New .bottom .item .content .flex .contact>div {
  display: block;
  height: 20px;
  line-height: 20px;
}

.New .bottom .item .content .flex .contact img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-top: -1px;
  margin-right: 2px;
}

/* 智能推荐 - 最受欢迎产品 */
.recommend {
  justify-content: space-between;
}

.recommend>div {
  width: calc(50% - 5px);
}

.recommend>div .swiper {
  padding: 32px 20px 30px 20px;
  background: #fff;
  box-sizing: border-box;
  height: 305px;
}

.recommend>div .swiper .item {
  /* margin: 32px 0px 30px 0px; */
  cursor: pointer;
}

.recommend>div .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
}


.recommend>div .list .item {
  margin: 32px 20px 30px 20px;
  cursor: pointer;
}

.recommend>div .item .image {
  width: 170px;
  height: 170px;
  overflow: hidden;
}

.recommend>div .item .title {
  margin: 15px 0px 10px 0;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
}

.recommend>div .item .money {
  color: var(--main-color);
  font-weight: bold;
  line-height: 27px;
  font-weight: Bold;
}

.recommend .swiper-pagination1,
.recommend .swiper-pagination-clickable,
.recommend .swiper-pagination-bullets {
  bottom: 10px;
}

.recommend .swiper-pagination,
.recommend .swiper-pagination-clickable,
.recommend .swiper-pagination-bullets {
  text-align: center;
  margin-top: 17px;
}

.recommend .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  /* background: #E2E2E2; */
  opacity: 0.1;
}

.recommend .swiper-pagination-bullet-active {
  background: var(--main-color);
  opacity: 1;
}

/* 智能推荐-最受欢迎产品 end */

.navRight {
  width: fit-content;
  /* line-height: 60px; */
  background: #ffffff;
  position: fixed;
  top: 30%;
  right: 52%;
  /* left: 20px; */
  height: fit-content;
  margin-right: 645px;
  display: none;
  /* border: 1px solid #bebebe; */
  border-radius: 5px;
  overflow: hidden;
  z-index: 2;
  box-sizing: border-box;
}

@media screen and (max-width: 1460px) {
  .navRight {
    right: auto;
    left: 6px;
  }
}

@media screen and (max-width: 1400px) {
  .navRight {
    right: 48%;
    left: auto;
  }
}

.navRight .item {
  display: block;
  width: 26px;
  /* line-height: 14px; */
  margin: 0 auto;
  padding: 0px 10px;
  font-size: 12px;
  cursor: pointer;
}

.navRight .item span {
  border-bottom: 1px solid #bebebe;
  display: inline-block;
  padding: 10px 0px;
}

.navRight .item:last-child span {
  border-bottom: none !important;
}

.navRight .item.actNav span {
  border-bottom: none;
}

.actNav {
  background: #be0022 !important;
  color: #ffffff !important;
}



/* 优质企业 */
.HighQualityEnterprise {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 10px;
  margin-top: 30px;
}

.HighQualityEnterprise .item {
  background: url(../img/youzhiqiyeBg.png) no-repeat right bottom, linear-gradient(180deg, rgba(255, 36, 76, 0.06) 0%, rgba(255, 255, 255, 1) 100%);
  background-size: 177px;
  /* opacity: 0.5; */
  border-radius: 5px;
  padding: 27px 50px 30px 50px;

}

.HighQualityEnterprise .item .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 38px;
  margin-top: 20px;
}

.HighQualityEnterprise .item .list .name {
  padding-top: 20px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}

.HighQualityEnterprise .item .list a {
  display: inline-block;
  width: 100%;
}

.HighQualityEnterprise .item .list .img {
  width: 189px;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
}

.HighQualityEnterprise .item .list img {
  width: 189px;
  height: 70px;
  display: block;
  margin: 0 auto;
}

.HighQualityEnterprise .item .title {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}

/* 热门店铺 */
.HotShop .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* margin: 15px 14px; */
  grid-gap: 15px;
}

.HotShop .grid>div {
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}


.HotShop .grid>div .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.HotShop .grid>div .flex .name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  min-height: 24px;
  font-weight: bold;
  flex: 1;
  margin-right: 10px;
}

.HotShop .grid>div .flex .name:hover {
  color: var(--main-color);
}

.HotShop .grid>div .flex .toShopDetail {
  width: 80px;
  height: 24px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  border: 1px solid var(--main-color);
  /* float: right; */
  color: var(--main-color);
  /* float: right; */
  line-height: 24px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

.HotShop .grid>div .flex .toShopDetail a {
  display: block;
}

.HotShop .grid>div .MainProducts {
  margin: 15px 0px;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
}

.HotShop .grid>div .productLists {
  display: flex;
  justify-content: flex-start;
}

.HotShop .grid>div .productLists .items {
  width: 118px;
  /* padding: 10px; */
  margin-left: 20px;
  margin: 0;
  margin-right: 10px;
}

.HotShop .grid>div .productLists .items a {
  position: relative;
  display: block;
}

.HotShop .grid>div .productLists .items>a>div:first-child {
  width: 118px;
  overflow: hidden;
  height: 118px;
  border-radius: 5px;
}

.HotShop .grid>div .productLists .items img {
  width: 118px;
  height: 118px;
  margin: 0 auto;
  overflow: hidden;
}

.HotShop .grid>div .productLists .items .posttion {
  /* background: #ff0; */
  border-radius: 0px 0px 5px 5px;
  background: rgba(255, 255, 255, 0.63);
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  display: none;
}

.HotShop .grid>div .productLists .items .posttion .title {
  padding: 0 5px;
  padding-top: 8px;
  line-height: 15px;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
}

.HotShop .grid>div .productLists .items .posttion .moeny {
  font-size: 14px;
  color: #BF0022;
  padding: 4px 0;
  font-weight: bold;
  line-height: 15px;
}

.HotShop .grid>div .productLists .items:hover .posttion {
  display: block;
}

.HotShop .grid>div .productLists .items:last-child {
  margin-right: 0;
}

.HighQualityEnterprise .item:not(:nth-of-type(-n+4)) {
  display: none;
}

.MoreActions {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  padding-top: 20px;
  display: none;
  color: #666666;
}

.MoreActions span {
  cursor: pointer;
}

.MoreActions img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.MoreActions .retract img {
  transform: rotate(-180deg)
}

.MoreActions .retract {
  display: none;
}

/* 商机列表 */
.businessOpportunity {
  display: flex;
  justify-content: space-between;
}

.businessOpportunity .hotBusinessOpportunity {
  /*flex: 1;*/
  width: 580px;
  background: #fff;
  padding: 17px;
  background: url(../img/shangjiLeftBg.png) no-repeat center top, #fff;
  background-size: 100% auto;
}

.businessOpportunity .title {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #ECECEC;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.businessOpportunity .hotBusinessOpportunity .title img {
  width: 20px;
  height: 24px;
  object-fit: contain;
  margin-right: 11px;
}

.businessOpportunity .hotBusinessOpportunity .list {
  display: flex;
  padding-top: 29px;
}

.businessOpportunity .hotBusinessOpportunity .list>.list1 {
  width: 100%;
}

/*.businessOpportunity .hotBusinessOpportunity .list>.list1:first-child {*/
/*  border-right: 1px solid #ECECEC;*/
/*  padding-right: 39px;*/
/*}*/

/*.businessOpportunity .hotBusinessOpportunity .list>.list1:last-child {*/
/*  padding-left: 39px;*/
/*  !* padding-right: 17px; *!*/
/*}*/

.businessOpportunity .hotBusinessOpportunity .item {
  cursor: pointer;
}
.businessOpportunity .hotBusinessOpportunity .item:not(:last-child) {
  margin-bottom: 13px;
}

.businessOpportunity .hotBusinessOpportunity .list .item .name {
  font-size: 21px;
  color: #333;
  line-height: 24px;
  font-weight: 400;
}

.businessOpportunity .hotBusinessOpportunity .item:hover .name {
  color: var(--main-color);
}

.businessOpportunity .hotBusinessOpportunity .list .item .flex {
  display: flex;
  align-items: center;
  margin-top: 17px;
}

.businessOpportunity .hotBusinessOpportunity .list .item .flex>div {
  position: relative;
  margin-right: 16px;
  color: #999999;
  font-size: 16px;
}

/*.businessOpportunity .hotBusinessOpportunity .list .item .flex>div:not(:first-child):after {*/
/*  content: '';*/
/*  width: 1px;*/
/*  height: 8px;*/
/*  position: absolute;*/
/*  left: -8px;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  margin: auto 0;*/
/*  background-color: #999999;*/
/*}*/
.businessOpportunity .hotBusinessOpportunity .list .item {
  border-bottom: 1px solid #eee; /* 直接添加实线下划线 */
  padding-bottom: 12px; /* 调整间距 */
  margin-bottom: 12px; /* 可选，增加项目间距 */
}
.businessOpportunity .hotBusinessOpportunity .list .item:last-child {
  border-bottom: none;
}
.businessOpportunity .timeBusinessOpportunity .title img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  margin-right: 11px;
}

.businessOpportunity .timeBusinessOpportunity {
  /*width: 430px;*/
  width: 580px;
  margin-left: 10px;
  background: #fff;
  padding: 20px;
  background: url(../img/shangjiRightBg.png) no-repeat center top, #fff;
  background-size: 100% auto;
}

.timeBusinessOpportunity .listI {
  /*max-height: 465px;*/
  max-height: 535px;
  overflow: hidden;
  margin-top: 25px;
}

.timeBusinessOpportunity .flex {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  cursor: pointer;
}
.businessOpportunity .timeBusinessOpportunity .item {
  border-bottom: 1px solid #eee; /* 直接添加实线下划线 */
  padding-bottom: 15px; /* 调整间距 */
  /*margin-bottom: 12px; !* 可选，增加项目间距 *!*/
}
.timeBusinessOpportunity .item:last-child {
  border-bottom: none !important;
}
.timeBusinessOpportunity .item:hover p {
  color: var(--main-color);
}

.timeBusinessOpportunity .item:not(:last-child) {
  margin-bottom: 16px;
  /*margin-bottom: 20px;*/
}

.timeBusinessOpportunity .item p {
  flex: 1;
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 16px;
  position: relative;
}

/*.timeBusinessOpportunity .flex p::before {*/
/*  content: ' ';*/
/*  width: 6px;*/
/*  height: 6px;*/
/*  border-radius: 3px;*/
/*  background-color: #DEDEDE;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  margin: auto 0;*/
/*}*/
/* 信息行的样式 */
.timeBusinessOpportunity .info-row {
  display: flex;
  margin-top: 19px;
}
.timeBusinessOpportunity .item .time {
  width: fit-content;
  margin-left: 16px;
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  line-height: 18px;
}
.timeBusinessOpportunity .item .look {
  width: fit-content;
  margin-left: 16px;
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  line-height: 18px;
}


@media screen and (max-width: 1400px) {
  .HotShop .grid>div .productLists .items {
    width: 110px;
  }

  .HotShop .grid>div .productLists .items>a>div:first-child,
  .HotShop .grid>div .productLists .items img {
    width: 110px;
    height: 110px;
  }
}


div{
  box-sizing: border-box;
}